github.com/klauspost/compress/zstd.fastBase.lastDict (field)

8 uses

	github.com/klauspost/compress/zstd (current package)
		enc_base.go#L24: 	lastDict    *dict
		enc_best.go#L482: 	dictChanged := d != e.lastDict
		enc_best.go#L546: 	e.lastDict = d
		enc_better.go#L1105: 	dictChanged := d != e.lastDict
		enc_better.go#L1171: 	e.lastDict = d
		enc_dfast.go#L1043: 	dictChanged := d != e.lastDict
		enc_fast.go#L808: 	if len(e.dictTable) != len(e.table) || d != e.lastDict {
		enc_fast.go#L832: 		e.lastDict = d